微软专门的WPF的samplelist。
│ .DS_Store
│ .editorconfig
│ .gitattributes
│ .gitignore
│ azure-pipelines.yml
│ Directory.Build.props
│ global.json
│ LICENSE
│ NuGet.config
│ README.md
│ WPFSamples.msbuild.sln
│ WPFSamples.sln
│
├─Accessibility
│ ├─FetchTimer
│ │ │ App.config
│ │ │ FetchTimer.csproj
│ │ │ FetchTimerForm.cs
│ │ │ FetchTimerForm.designer.cs
│ │ │ FetchTimerForm.resx
│ │ │ Program.cs
│ │ │ README.md
│ │ │ uiautomationfetcher.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FindText
│ │ │ README.md
│ │ │
│ │ ├─FindText
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ FindText.csproj
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │
│ │ │ ├─content
│ │ │ │ flowdocumentsample1.xaml
│ │ │ │ flowdocumentsample2.xaml
│ │ │ │ flowdocumentsample3.xaml
│ │ │ │ solarsystem.bmp
│ │ │ │ text.rtf
│ │ │ │ text.txt
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─FindTextClient
│ │ │ FindText.cs
│ │ │ FindTextClient.csproj
│ │ │ SearchWindow.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FocusTracker
│ │ │ App.config
│ │ │ FocusTracker.csproj
│ │ │ README.md
│ │ │ Tracker.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │
│ ├─Highlighter
│ │ │ App.config
│ │ │ ClientForm.cs
│ │ │ ClientForm.designer.cs
│ │ │ ClientForm.resx
│ │ │ Highlighter.csproj
│ │ │ HighlightRectangle.cs
│ │ │ NativeMethods.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─InsertText
│ │ │ App.config
│ │ │ README.md
│ │ │
│ │ ├─InsertTextClient
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ InsertTextClient.csproj
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │ UnmanagedClass.cs
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─InsertTextTarget
│ │ │ App.config
│ │ │ Form1.cs
│ │ │ Form1.Designer.cs
│ │ │ form1.resx
│ │ │ InsertTextTarget.csproj
│ │ │ Program.cs
│ │ │ Target.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─InvokePattern
│ │ │ README.md
│ │ │
│ │ ├─InvokePatternApp
│ │ │ │ invokepatternapp.cs
│ │ │ │ InvokePatternApp.csproj
│ │ │ │ security.xml
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─Target
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Target.csproj
│ │ │
│ │ ├─data
│ │ │ cat.png
│ │ │ dog.png
│ │ │ fish.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SelectionPattern
│ │ │ README.md
│ │ │
│ │ ├─SelectionPatternSample
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │ SelectionPatternSample.csproj
│ │ │ │ TargetHandler.cs
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─SelectionTarget
│ │ │ SelectionTarget.csproj
│ │ │ Target.cs
│ │ │ Target.designer.cs
│ │ │ Target.resx
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─WindowMove
│ │ README.md
│ │ security.xml
│ │ WindowMove.cs
│ │ WindowMove.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Animation
│ ├─AnimationExamples
│ │ │ AnimatingAlongAPathExample.cs
│ │ │ AnimatingAlongAPathExample.xaml
│ │ │ AnimationExamples.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BackDoubleAnimation.cs
│ │ │ BounceDoubleAnimation.cs
│ │ │ CircleAnimation.cs
│ │ │ ElasticDoubleAnimation.cs
│ │ │ ExponentialDoubleAnimation.cs
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │
│ │ ├─3d
│ │ │ ControllableRotatingCubeExample.cs
│ │ │ ControlLableRotatingCubeExample.xaml
│ │ │ RotatingCubeExample.cs
│ │ │ RotatingCubeExample.xaml
│ │ │
│ │ ├─KeyFrames
│ │ │ SplineExample.cs
│ │ │ SplineExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─sample_images
│ │ │ berries.jpg
│ │ │ branches.png
│ │ │ leafpicturecube2r000003.png
│ │ │ leafpicturecube2r000005.png
│ │ │ leaves_closeup.png
│ │ │ rippled_metal_smaller.png
│ │ │ rocks.jpg
│ │ │ rocks.png
│ │ │ sunset.jpg
│ │ │ waterlilies.jpg
│ │ │ waterlilies.png
│ │ │
│ │ ├─Text
│ │ │ AnimatedParagraphExample.cs
│ │ │ AnimatedParagraphExample.xaml
│ │ │ SkewTextAnimationExample.cs
│ │ │ SkewTextAnimationExample.xaml
│ │ │ TextAnimationExample.cs
│ │ │ TextAnimationExample.xaml
│ │ │ TranslateTextAnimationExample.cs
│ │ │ TranslateTextAnimationExample.xaml
│ │ │
│ │ └─TimingBehaviors
│ │ AnimationTransitionType.cs
│ │ InteractiveAnimationsExample.cs
│ │ InteractiveAnimationsExample.xaml
│ │
│ ├─AnimationTiming
│ │ │ AccelDecelExample.cs
│ │ │ AccelDecelExample.xaml
│ │ │ AnimationTiming.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ AutoReverseExample.cs
│ │ │ AutoReverseExample.xaml
│ │ │ BeginTimeExample.cs
│ │ │ BeginTimeExample.xaml
│ │ │ DataboundSliderAnimationExample.xaml
│ │ │ ElapsedTimeControl.cs
│ │ │ FillBehaviorExample.cs
│ │ │ FillBehaviorExample.xaml
│ │ │ HandoffVersusComposeExample.xaml
│ │ │ IsAdditiveExample.cs
│ │ │ IsAdditiveExample.xaml
│ │ │ IsCumulativeExample.cs
│ │ │ IsCumulativeExample.xaml
│ │ │ README.md
│ │ │ RepeatBehaviorExample.cs
│ │ │ RepeatBehaviorExample.xaml
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ SpeedExample.cs
│ │ │ SpeedExample.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomAnimation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BackDoubleAnimation.cs
│ │ │ BounceDoubleAnimation.cs
│ │ │ CircleAnimation.cs
│ │ │ CustomAnimation.csproj
│ │ │ CustomAnimationExample.cs
│ │ │ CustomAnimationExample.xaml
│ │ │ ElasticDoubleAnimation.cs
│ │ │ ExponentialDoubleAnimation.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─KeyFrameAnimation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BooleanAnimationUsingKeyFramesExample.xaml
│ │ │ ColorAnimationUsingKeyFramesExample.xaml
│ │ │ DoubleAnimationUsingKeyFramesExample.xaml
│ │ │ InterpolationMethodsExample.xaml
│ │ │ KeyFrameAnimation.csproj
│ │ │ KeyFramesIntroduction.cs
│ │ │ KeyFramesIntroduction.xaml
│ │ │ KeytimesExample.xaml
│ │ │ PointAnimationUsingKeyFramesExample.xaml
│ │ │ README.md
│ │ │ RectAnimationUsingKeyFramesExample.xaml
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ StringAnimationUsingKeyFramesExample.xaml
│ │ │ ThicknessAnimationUsingKeyFramesExample.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─KeySplineAnimations
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ KeySplineAnimations.csproj
│ │ │ README.md
│ │ │ SplineExample.cs
│ │ │ SplineExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sample_images
│ │ berries.jpg
│ │ branches.png
│ │ leafpicturecube2r000003.png
│ │ leafpicturecube2r000005.png
│ │ leaves_closeup.png
│ │ rippled_metal_smaller.png
│ │ rocks.jpg
│ │ rocks.png
│ │ sunset.jpg
│ │ waterlilies.jpg
│ │ waterlilies.png
│ │
│ ├─LocalAnimations
│ │ │ App.config
│ │ │ App.cs
│ │ │ EntryClass.cs
│ │ │ InteractiveAnimationExample.cs
│ │ │ LocalAnimationExample.cs
│ │ │ LocalAnimations.csproj
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─OpacityAnimation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ OpacityAnimation.csproj
│ │ │ OpacityAnimationExample.cs
│ │ │ OpacityAnimationExample.xaml
│ │ │ README.md
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ berries.jpg
│ │
│ ├─PathAnimations
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DoubleAnimationUsingPathExample.xaml
│ │ │ MatrixAnimationUsingPathExample.xaml
│ │ │ PathAnimations.csproj
│ │ │ PointAnimationUsingPathExample.xaml
│ │ │ README.md
│ │ │ RotateAnimationUsingPathExample.xaml
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Per-FrameAnimation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Per-FrameAnimation.csproj
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │
│ │ ├─Follow
│ │ │ FollowExample.cs
│ │ │ FollowExample.xaml
│ │ │
│ │ ├─FrameIndependentFollow
│ │ │ FrameIndependentFollowExample.cs
│ │ │ FrameIndependentFollowExample.xaml
│ │ │
│ │ ├─ParticleEffects
│ │ │ FireworkEffect.cs
│ │ │ MagnitismCanvas.cs
│ │ │ OverlayRenderDecorator.cs
│ │ │ OverlayRenderDecoratorOverlayVisual.cs
│ │ │ Particle.cs
│ │ │ ParticleEffectExamples.cs
│ │ │ ParticleEffectExamples.xaml
│ │ │ ParticleEffectsTimeTracker.cs
│ │ │ SonicEffect.cs
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─ReusableFollow
│ │ │ FollowMouseCanvas.cs
│ │ │ ReusableFollowExample.xaml
│ │ │ ReusableFollowExample.xaml.cs
│ │ │ ReusableFollowTracker.cs
│ │ │
│ │ └─Simple
│ │ SimpleExample.cs
│ │ SimpleExample.xaml
│ │
│ ├─PropertyAnimation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ControlTemplateStoryboardExample.xaml
│ │ │ DataTriggerStoryboardExample.xaml
│ │ │ PropertyAnimation.csproj
│ │ │ PropertyTriggerExample.xaml
│ │ │ README.md
│ │ │ SampleViewer.xaml
│ │ │ StoryboardExample.cs
│ │ │ StoryboardExample.xaml
│ │ │ StyleStoryboardExample.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─TargetValues
│ │ AnimationTargetValuesExample.xaml
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ README.md
│ │ TargetValues.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Application Management
│ │ ApplicationManagement.sln
│ │
│ ├─ApplicationShutdown
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ApplicationShutdown.csproj
│ │ │ ChildWindow.cs
│ │ │ ChildWindow.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CodeOnlyWindowsApplication
│ │ │ App.config
│ │ │ App.cs
│ │ │ CodeOnlyWindowsApplication.csproj
│ │ │ EntryPoint.cs
│ │ │ MainWindow.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomApplication
│ │ │ README.md
│ │ │
│ │ ├─CustomApplicationClass
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ CustomApplicationClass.csproj
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─CustomApplicationClient
│ │ │ CustomApplication.cs
│ │ │ CustomApplicationClient.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │
│ ├─ExceptionHandlingSecondaryUIThread
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ExceptionHandlingSecondaryUIThread.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SecondaryUIThreadWindow.cs
│ │ │ SecondaryUIThreadWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ExceptionHandlingSecondaryWorkerThread
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ExceptionHandlingSecondaryWorkerThread.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ProcessingCommandLineArguments
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ProcessingCommandLineArguments.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SingleInstanceDetection
│ │ │ App.config
│ │ │ EntryPoint.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SingleInstanceApplication.cs
│ │ │ SingleInstanceDetection.csproj
│ │ │ SingleInstanceManager.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SkinnedApplication
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BlueSkin.xaml
│ │ │ ChildWindow.cs
│ │ │ ChildWindow.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SkinnedApplication.csproj
│ │ │ YellowSkin.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─UnhandledExceptionHandling
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ UnhandledExceptionHandling.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Clipboard
│ ├─ClipboardSpy
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ClipboardSpy.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─ClipboardViewer
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ ClipboardViewer.csproj
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Compatibility
│ │ App.config
│ │ app.manifest
│ │ App.xaml
│ │ App.xaml.cs
│ │ AppCompat-Quirks.csproj
│ │ AppContextInformation.cs
│ │ MainWindow.xaml
│ │ MainWindow.xaml.cs
│ │ README.md
│ │ runtimeconfig.template.json
│ │
│ └─images
│ screenshot.png
│
├─Data Binding
│ ├─ADODataSet
│ │ │ ADODataSet.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ bookdata.mdb
│ │ │ copydata.cmd
│ │ │ IntColorConverter.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ readme.txt
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BindConversion
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BindConversion.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MyConverter.cs
│ │ │ MyData.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BindingDPToDP
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BindingDPToDP.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BindingToMethod
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BindingToMethod.csproj
│ │ │ DoubleToString.cs
│ │ │ InvalidCharacteRrule.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ TemperatureScale.cs
│ │ │ TempType.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BindValidation
│ │ │ AgeRangeRule.cs
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BindValidation.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MyDataSource.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BusinessLayerValidation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BusinessLayerValidation.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Person.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CodeOnlyBinding
│ │ │ App.config
│ │ │ CodeOnlyBinding.csproj
│ │ │ MainEntry.cs
│ │ │ MyApp.cs
│ │ │ MyData.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CollectionBinding
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CollectionBinding.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ People.cs
│ │ │ Person.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CollectionViewSource
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CollectionViewSource.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Place.cs
│ │ │ Places.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Colors
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ByteToDoubleConverter.cs
│ │ │ ColorItem.cs
│ │ │ ColorItemList.cs
│ │ │ Colors.csproj
│ │ │ DoubleToStringConverter.cs
│ │ │ LuminanceToBrushConverter.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SourceToBoolConverter.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CompositeCollections
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CompositeCollections.csproj
│ │ │ GreekGod.cs
│ │ │ GreekGods.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DataBindingToStringFomat
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BindingToStringFomat.csproj
│ │ │ ItemsForSale.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PurchaseItem.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DataTemplatingIntro
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DataTemplatingIntro.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Task.cs
│ │ │ TaskListDataTemplateSelector.cs
│ │ │ Tasks.cs
│ │ │ TaskType.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DataTrigger
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DataTrigger.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Place.cs
│ │ │ Places.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DirectionalBinding
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DirectionalBinding.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ NetIncome.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─EditingCollections
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ChangeItem.cs
│ │ │ ChangeItem.xaml
│ │ │ EditingCollections.csproj
│ │ │ ItemsForSale.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PurchaseItem.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Grouping
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Grouping.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HierarchicalDataTemplate
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Division.cs
│ │ │ HierarchicalDataTemplate.csproj
│ │ │ League.cs
│ │ │ ListLeagueList.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Team.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Linq
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Linq.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Task.cs
│ │ │ Tasks.cs
│ │ │ TaskType.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MasterDetail
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Division.cs
│ │ │ DivisionList.cs
│ │ │ League.cs
│ │ │ LeagueList.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MasterDetail.csproj
│ │ │ README.md
│ │ │ Team.cs
│ │ │ TeamList.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MasterDetailXml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MasterDetailXml.csproj
│ │ │ README.md
│ │ │
│ │ ├─Data
│ │ │ leagues.xml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MultiBinding
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MultiBinding.csproj
│ │ │ NameConverter.cs
│ │ │ NameList.cs
│ │ │ PersonName.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PriorityBinding
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ AsyncDataSource.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PriorityBinding.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PropertyChangeNotification
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Bid.cs
│ │ │ BidCollection.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PropertyChangeNotification.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SimpleBinding
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Person.cs
│ │ │ README.md
│ │ │ SimpleBinding.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SortFilter
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Order.cs
│ │ │ Orders.cs
│ │ │ README.md
│ │ │ SortFilter.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─UpdateSource
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ UpdateSource.csproj
│ │ │ UserProfile.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ValidateItemSample
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FutureDateRule.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PriceIsAPositiveNumber.cs
│ │ │ PurchaseItem.cs
│ │ │ README.md
│ │ │ ValidateDateAndPrice.cs
│ │ │ ValidateItemSample.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ValidateItemsInItemsControl
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ AreasMatch.cs
│ │ │ Customer.cs
│ │ │ Customers.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Region.cs
│ │ │ Representantives.cs
│ │ │ ServiceRep.cs
│ │ │ ValidateItemsInItemsControl.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─XmlDataSource
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ XmlDataSource.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─XmlnsBind
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ XmlnsBind.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Documents
│ ├─Annotations
│ │ ├─AnnotatedDocumentViewer
│ │ │ │ AnnotatedDocumentViewer.csproj
│ │ │ │ AnnotationDataConverter.cs
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─AnnotationsStyling
│ │ │ AdvancedStyling.xaml
│ │ │ AnnotationsStyling.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ defaultstickynotestyle.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ResourceEntryToComboItemConverter.cs
│ │ │ StyleMetaData.cs
│ │ │ StylingUsingProperties.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Fixed Documents
│ │ ├─DocumentMerge
│ │ │ │ App.config
│ │ │ │ App.cs
│ │ │ │ App.xaml
│ │ │ │ DocumentItem.cs
│ │ │ │ DocumentMerge.csproj
│ │ │ │ MainWindow.cs
│ │ │ │ MainWindow.xaml
│ │ │ │ PageItem.cs
│ │ │ │ RollupDocument.cs
│ │ │ │ RollupFixedDocument.cs
│ │ │ │ RollupFixedPage.cs
│ │ │ │
│ │ │ ├─content
│ │ │ │ chocolate.xps
│ │ │ │ officeinhealthcare.xps
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─DocumentSerialization
│ │ │ │ App.config
│ │ │ │ App.xaml
│ │ │ │ App.xaml.cs
│ │ │ │ DocumentSerialization.csproj
│ │ │ │ GoButton.xaml
│ │ │ │ ImageButton.cs
│ │ │ │ MainWindow.xaml
│ │ │ │ MainWindow.xaml.cs
│ │ │ │ ThumbViewer.xaml
│ │ │ │ ThumbViewer.xaml.cs
│ │ │ │ ThumbViewerApp.xaml
│ │ │ │ ThumbViewerApp.xaml.cs
│ │ │ │ Util.cs
│ │ │ │ VisibilityToBoolConverter.cs
│ │ │ │ XamlRtfConverter.cs
│ │ │ │
│ │ │ ├─content
│ │ │ │ └─chocolate
│ │ │ │ │ chocolate.xaml
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ chocolate.png
│ │ │ │ truffle.png
│ │ │ │
│ │ │ ├─HtmlXmlConverter
│ │ │ │ htmlcssparser.cs
│ │ │ │ htmlfromxamlconverter.cs
│ │ │ │ htmllexicalanalyzer.cs
│ │ │ │ htmlparser.cs
│ │ │ │ htmlschema.cs
│ │ │ │ htmltokentype.cs
│ │ │ │ htmltoxamlconverter.cs
│ │ │ │
│ │ │ ├─images
│ │ │ │ fileopen.png
│ │ │ │ filesave.png
│ │ │ │ print.png
│ │ │ │
│ │ │ ├─Properties
│ │ │ │ AssemblyInfo.cs
│ │ │ │ Resources.Designer.cs
│ │ │ │ Resources.resx
│ │ │ │ Settings.Designer.cs
│ │ │ │ Settings.settings
│ │ │ │
│ │ │ ├─SerializerWriter
│ │ │ │ htmlserializerfactory.cs
│ │ │ │ htmlserializerwriter.cs
│ │ │ │ rtfserializerfactory.cs
│ │ │ │ rtfserializerwriter.cs
│ │ │ │ txtserializerfactory.cs
│ │ │ │ txtserializerwriter.cs
│ │ │ │ xamlserializerfactory.cs
│ │ │ │ xamlserializerwriter.cs
│ │ │ │
│ │ │ └─WordXmlSerialize
│ │ │ wordxmlreader.cs
│ │ │ wordxmlserializer.cs
│ │ │ wordxmlwriter.cs
│ │ │
│ │ └─DocumentStructure
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DocumentStructure.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ ├─content
│ │ │ fixedpage1_structure.xaml
│ │ │ fixedpage2_structure.xaml
│ │ │ spec_wiithstructure.xps
│ │ │ spec_withoutstructure.xps
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─spec_withoutstructure-xps
│ │ │ │ fixeddocumentsequence.fdseq
│ │ │ │ [content_types].xml
│ │ │ │
│ │ │ ├─documents
│ │ │ │ fixeddocument_1.fdoc
│ │ │ │
│ │ │ ├─pages
│ │ │ │ │ fixedpage_1.fpage
│ │ │ │ │ fixedpage_2.fpage
│ │ │ │ │
│ │ │ │ └─_rels
│ │ │ │ fixedpage_1.fpage.rels
│ │ │ │ fixedpage_2.fpage.rels
│ │ │ │
│ │ │ ├─resources
│ │ │ │ ├─fonts
│ │ │ │ │ 33c063c8-1259-4322-acc8-8fc1964cc064.odttf
│ │ │ │ │ 3b85141b-0969-4d9e-b9c8-e705bb7e6543.odttf
│ │ │ │ │ 3f87ce81-fb61-4ea7-8d62-aed569d1b895.odttf
│ │ │ │ │ 64326a24-1829-4393-8602-67e5b520db43.odttf
│ │ │ │ │ 9aa4ea89-755c-4331-be84-0cd43ff87195.odttf
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ image_1.png
│ │ │ │ image_2.png
│ │ │ │ image_3.png
│ │ │ │ image_4.png
│ │ │ │ image_5.png
│ │ │ │
│ │ │ └─_rels
│ │ │ .rels
│ │ │
│ │ └─spec_withstructure-xps
│ │ │ fixeddocumentsequence.fdseq
│ │ │ [content_types].xml
│ │ │
│ │ ├─documents
│ │ │ │ fixeddocument_1.fdoc
│ │ │ │
│ │ │ └─0
│ │ │ └─structure
│ │ │ └─fragments
│ │ │ 1.frag
│ │ │ 2.frag
│ │ │
│ │ ├─pages
│ │ │ │ fixedpage_1.fpage
│ │ │ │ fixedpage_2.fpage
│ │ │ │
│ │ │ └─_rels
│ │ │ fixedpage_1.fpage.rels
│ │ │ fixedpage_2.fpage.rels
│ │ │
│ │ ├─resources
│ │ │ ├─fonts
│ │ │ │ 33c063c8-1259-4322-acc8-8fc1964cc064.odttf
│ │ │ │ 3b85141b-0969-4d9e-b9c8-e705bb7e6543.odttf
│ │ │ │ 3f87ce81-fb61-4ea7-8d62-aed569d1b895.odttf
│ │ │ │ 64326a24-1829-4393-8602-67e5b520db43.odttf
│ │ │ │ 9aa4ea89-755c-4331-be84-0cd43ff87195.odttf
│ │ │ │
│ │ │ └─images
│ │ │ image_1.png
│ │ │ image_2.png
│ │ │ image_3.png
│ │ │ image_4.png
│ │ │ image_5.png
│ │ │
│ │ └─_rels
│ │ .rels
│ │
│ └─Flow Content
│ ├─FlowContentElements
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FlowContentElements.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FlowContentProperty
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FlowContentProperty.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FlowDocumentNewsClient
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DockPanel1.cs
│ │ │ DockPanel2.cs
│ │ │ DockPanel3.cs
│ │ │ Document.xaml
│ │ │ Document1.xaml
│ │ │ Document2.xaml
│ │ │ FlowDocumentNewsClient.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ ├─images
│ │ │ smiley.png
│ │ │ story1.png
│ │ │ story2.png
│ │ │ story3.png
│ │ │ tulip_farm.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FlowDocumentProperties
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FlowDocumentProperties.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FontProperties
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FontProperties.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ParagraphAndHyphenation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ParagraphAndHyphenation.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─TableBuilder
│ │ │ App.config
│ │ │ app.cs
│ │ │ EntryClass.cs
│ │ │ TableBuilder.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─TableRows
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ TableRows.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─TabularData
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ TabularData.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─TextWrapProperty
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ TextWrapProperty.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Drag and Drop
│ ├─DragDropDataFormats
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DragDropDataFormats.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DragDropEvents
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DragDropEvents.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DragDropObjects
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DragDropObjects.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SimpleCircleAdorner.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DragDropOpenTextFile
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DragDropOpenTextFile.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DragDropTextOps
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DragDropTextOps.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─DragDropThumbOps
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ DragDropThumbOps.csproj
│ │ MainWindow.xaml
│ │ Pane.cs
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Element Tree
│ ├─OverridingLogicalTree
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ OverridingLogicalTree.csproj
│ │ │ README.md
│ │ │ SingletonPanel.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─SearchingForElement
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ SearchingForElement.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Elements
│ ├─ContextMenuOpening
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ContextMenuOpening.csproj
│ │ │ MyButton.cs
│ │ │ Pane.cs
│ │ │ Pane.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FindingElementInPanel
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FindingElementInPanel.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FocusVisualStyle
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FocusVisualStyle.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HeightProperties
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HeightProperties.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─LoadedEvent
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LoadedEvent.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SettingMargins
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SettingMargins.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ThicknessConverter
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ ThicknessConverter.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─UsingElements
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ UsingElements.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─VisibiltyChanges
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ VisibiltyChanges.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─WidthProperties
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ WidthProperties.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─eng
│ AzurePipelinesMatrixGenerator.ps1
│ build.cmd
│ build.ps1
│ EnsureGlobalJsonSdk.ps1
│ README.md
│
├─Events
│ ├─AddingEventHandler
│ │ │ AddingEventHandler.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomRoutedEvents
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CustomRoutedEvents.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MyButtonSimple.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FindingSourceElement
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FindingSourceElement.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─RoutedEventHandling
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ RoutedEventHandling.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Getting Started
│ │ GettingStarted.sln
│ │
│ ├─ComplexLayout
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ComplexLayout.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ WPF_ComplexLayout_Resultant_UI.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Concepts
│ │ │ App.config
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ Concepts.csproj
│ │ │ Default.xaml
│ │ │ Default.xaml.cs
│ │ │ README.md
│ │ │ TOC.xaml
│ │ │ Welcome.xaml
│ │ │ welcome.xaml.cs
│ │ │
│ │ ├─images
│ │ │ berries.jpg
│ │ │ cat.png
│ │ │ cherries.jpg
│ │ │ dog.png
│ │ │ downarrow.png
│ │ │ fish.png
│ │ │ flower.jpg
│ │ │ help.gif
│ │ │ pinkcherries.jpg
│ │ │ steel.png
│ │ │ tulip_farm.jpg
│ │ │ uparrow.png
│ │ │ waterlilies.jpg
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─samps
│ │ actualwidth_samp.xaml
│ │ actualwidth_samp.xaml.cs
│ │ animateheight_samp.xaml
│ │ animateheight_samp.xaml.cs
│ │ animatepath_samp.xaml
│ │ animatepath_samp.xaml.cs
│ │ animatepropertystoryboards_samp.xaml
│ │ animatepropertystoryboards_samp.xaml.cs
│ │ animaterotate_samp.xaml
│ │ animaterotate_samp.xaml.cs
│ │ animatesize_samp.xaml
│ │ animatesize_samp.xaml.cs
│ │ binddptodp_samp.xaml
│ │ binddptodp_samp.xaml.cs
│ │ bindnontextproperty_samp.xaml
│ │ bindnontextproperty_samp.xaml.cs
│ │ border_samp.xaml
│ │ border_samp.xaml.cs
│ │ brushtypes_samp.xaml
│ │ brushtypes_samp.xaml.cs
│ │ btncolor_samp.xaml
│ │ btncolor_samp.xaml.cs
│ │ button_samp.xaml
│ │ button_samp.xaml.cs
│ │ canvas_samp.xaml
│ │ canvas_samp.xaml.cs
│ │ checkboxelement_samp.xaml
│ │ checkboxelement_samp.xaml.cs
│ │ compositecollections_samp.xaml
│ │ compositecollections_samp.xaml.cs
│ │ contextmenu_samp.xaml
│ │ contextmenu_samp.xaml.cs
│ │ controlprops_samp.xaml
│ │ controlprops_samp.xaml.cs
│ │ datatrigger_samp.xaml
│ │ datatrigger_samp.xaml.cs
│ │ dockpanel_samp.xaml
│ │ dockpanel_samp.xaml.cs
│ │ documentviewer_samp.xaml
│ │ documentviewer_samp.xaml.cs
│ │ doublekeyframe_samp.xaml
│ │ doublekeyframe_samp.xaml.cs
│ │ expander_samp.xaml
│ │ expander_samp.xaml.cs
│ │ geometryusage_samp.xaml
│ │ geometryusage_samp.xaml.cs
│ │ gradientspread_samp.xaml
│ │ gradientspread_samp.xaml.cs
│ │ grid_samp.xaml
│ │ grid_samp.xaml.cs
│ │ interpolationmethods_samp.xaml
│ │ interpolationmethods_samp.xaml.cs
│ │ keyframestring_samp.xaml
│ │ keyframestring_samp.xaml.cs
│ │ linejoinsandcaps_samp.xaml
│ │ linejoinsandcaps_samp.xaml.cs
│ │ listboxstyle_samp.xaml
│ │ listboxstyle_samp.xaml.cs
│ │ menus_samp.xaml
│ │ menus_samp.xaml.cs
│ │ miterlimit_samp.xaml
│ │ miterlimit_samp.xaml.cs
│ │ multibinding_samp.xaml
│ │ multibinding_samp.xaml.cs
│ │ opacityanimation_samp.xaml
│ │ opacityanimation_samp.xaml.cs
│ │ prioritybinding_samp.xaml
│ │ prioritybinding_samp.xaml.cs
│ │ propertychangenotification_samp.xaml
│ │ propertychangenotification_samp.xaml.cs
│ │ scrollviewer_samp.xaml
│ │ scrollviewer_samp.xaml.cs
│ │ slider_samp.xaml
│ │ slider_samp.xaml.cs
│ │ stackpanel_samp.xaml
│ │ stackpanel_samp.xaml.cs
│ │ stretch_samp.xaml
│ │ stretch_samp.xaml.cs
│ │ tabcontrol_samp.xaml
│ │ tabcontrol_samp.xaml.cs
│ │ table_samp.xaml
│ │ table_samp.xaml.cs
│ │ textblock_samp.xaml
│ │ textblock_samp.xaml.cs
│ │ thumb_samp.xaml
│ │ thumb_samp.xaml.cs
│ │ tooltip_samp.xaml
│ │ tooltip_samp.xaml.cs
│ │ viewbox_samp.xaml
│ │ viewbox_samp.xaml.cs
│ │ xmldatasource_samp.xaml
│ │ xmldatasource_samp.xaml.cs
│ │ xmlnsbind_samp.xaml
│ │ xmlnsbind_samp.xaml.cs
│ │
│ ├─ControlsAndLayout
│ │ │ README.md
│ │ │
│ │ └─ControlsAndLayout
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ControlsAndLayout.csproj
│ │ │ samples.xml
│ │ │ Scene.xaml
│ │ │ Scene.xaml.cs
│ │ │
│ │ ├─images
│ │ │ tulip_farm.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DynamicLayout
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DynamicLayout.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HelloWorld
│ │ │ App.config
│ │ │ App.cs
│ │ │ app.ico
│ │ │ App.xaml
│ │ │ HelloWorld.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MultiPage
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MultiPage.csproj
│ │ │ Page1.xaml
│ │ │ Page2.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SimpleLayout
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SimpleLayout.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─WalkthroughFirstWPFApp
│ │ README.md
│ │ Walkthrough-finished-UI-example.png
│ │
│ ├─csharp
│ │ App.xaml
│ │ App.xaml.cs
│ │ ExpenseItHome.xaml
│ │ ExpenseItHome.xaml.cs
│ │ ExpenseItIntro.csproj
│ │ ExpenseItIntro.sln
│ │ ExpenseReportPage.xaml
│ │ ExpenseReportPage.xaml.cs
│ │ MainWindow.xaml
│ │ MainWindow.xaml.cs
│ │ README.md
│ │ Styles.xaml
│ │ watermark.png
│ │
│ └─vb
│ │ Application.xaml
│ │ Application.xaml.vb
│ │ ExpenseItHome.xaml
│ │ ExpenseItHome.xaml.vb
│ │ ExpenseItIntro2.sln
│ │ ExpenseItIntro2.vbproj
│ │ ExpenseReportPage.xaml
│ │ ExpenseReportPage.xaml.vb
│ │ MainWindow.xaml
│ │ MainWindow.xaml.vb
│ │ README.md
│ │ Styles.xaml
│ │ watermark.png
│ │
│ └─My Project
│ Resources.Designer.vb
│ Resources.resx
│ Settings.Designer.vb
│ Settings.settings
│
├─Globalization and Localization
│ ├─BAML Loc
│ │ │ README.md
│ │ │
│ │ └─LocApp
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LocApp.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FlowDirection
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FlowDirection.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─GlobalizationHomepage
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ GlobalizationHomepage.csproj
│ │ │ HomePage.cs
│ │ │ HomePage.xaml
│ │ │ localizedarabicstringtable.csv
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ microsoft_logo.png
│ │ │ README.md
│ │ │ vista.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─GlobalizationRunDialog
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ GlobalizationRunDialog.csproj
│ │ │ localizedgermanstringtable.csv
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ runicon.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Gradient
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Gradient.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Image
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Image.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ms_logo.jpg
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─LangAttribute
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LangAttribute.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─LocalizationResources
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LocalizationResources.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ ├─Data
│ │ │ picture1.jpg
│ │ │ stringtable.en-us.restext
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─LTRRTL
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LTRRTL.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─NumbersMultipleLangauges
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ NumbersMultipleLangauges.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Paths
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Paths.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─RunSpan
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ RunSpan.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Span
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Span.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─StringLocalizationSample
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ StringLocalizationSample.csproj
│ │ StringResources.xaml
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Graphics
│ ├─2DTransforms
│ │ │ 2DTransforms.csproj
│ │ │ AnimatedScaleTransformExample.xaml
│ │ │ AnimatedSkewTransformExample.xaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ InteractiveMatrixTransformExample.cs
│ │ │ InteractiveMatrixTransformExample.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ RotateTransformExample.xaml
│ │ │ ScaleTransformExample.xaml
│ │ │ SkewTransformExample.xaml
│ │ │ TransformCollectionExample.xaml
│ │ │ TransformExample.xaml
│ │ │ TranslateTransformExample.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─AITCodec
│ │ │ readme.htm
│ │ │ README.md
│ │ │
│ │ └─cpp
│ │ aitcodec.def
│ │ aitcodec.sln
│ │ aitcodec.vcproj
│ │ aitcodec.vcxproj
│ │ aitcodec.vcxproj.filters
│ │ aitcodecregistrymanager.h
│ │ aitdecoder.cpp
│ │ aitdecoder.h
│ │ aitencoder.cpp
│ │ aitencoder.h
│ │ basedecoder.cpp
│ │ basedecoder.h
│ │ baseencoder.cpp
│ │ baseencoder.h
│ │ basepixelformatconverter.cpp
│ │ basepixelformatconverter.h
│ │ classfactory.h
│ │ cmykpixelformatconverter.cpp
│ │ cmykpixelformatconverter.h
│ │ main.cpp
│ │ precomp.hpp
│ │ readme.html
│ │ registryvaluemanager.h
│ │ unknownimpl.h
│ │ utility.cpp
│ │ utility.h
│ │ ycbcrpixelformatconverter.cpp
│ │ ycbcrpixelformatconverter.h
│ │
│ ├─BitmapEffectsGallery
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ BevelAnimationExample.xaml
│ │ │ BevelInteractiveExample.cs
│ │ │ BevelInteractiveExample.xaml
│ │ │ BevelsImpleExample.xaml
│ │ │ BitmapEffectInputExample.xaml
│ │ │ BitmapEffectsGallery.csproj
│ │ │ BlurAnimationExample.xaml
│ │ │ BlurInteractiveExample.cs
│ │ │ BlurInteractiveExample.xaml
│ │ │ BlursImpleExample.xaml
│ │ │ DropShadowAnimationExample.xaml
│ │ │ DropShadowInteractiveExample.xaml
│ │ │ DropShadowsImpleExample.xaml
│ │ │ EmbossAnimationExample.xaml
│ │ │ EmbossInteractiveExample.xaml
│ │ │ EmbosssImpleExample.xaml
│ │ │ MultipleEffectAnimationExample.xaml
│ │ │ MultipleEffectExample.xaml
│ │ │ OuterGlowAnimationExample.xaml
│ │ │ OuterGlowInteractiveExample.xaml
│ │ │ OuterGlowSimpleExample.xaml
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │
│ │ ├─images
│ │ │ waterlilies.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BitmapMetadata
│ │ │ App.config
│ │ │ App.cs
│ │ │ BitmapMetadata.csproj
│ │ │ EntryClass.cs
│ │ │ README.md
│ │ │ smiley.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─BMPEncoderAndDecoder
│ │ │ App.config
│ │ │ App.cs
│ │ │ BMPEncoderAndDecoder.csproj
│ │ │ EntryClass.cs
│ │ │ README.md
│ │ │ tulipfarm.bmp
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Brushes
│ │ │ AnimatingSolidColorBrushExample.xaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Brushes.csproj
│ │ │ BrushOpacityExample.xaml
│ │ │ BrushTransformExample.xaml
│ │ │ BrushTypesExample.xaml
│ │ │ DashExample.xaml
│ │ │ DoubleToStringConverter.cs
│ │ │ EnumPossibleValuesToStringArrayConverter.cs
│ │ │ GradientBrushesExample.cs
│ │ │ GradientBrushesExample.xaml
│ │ │ GradientSpreadExample.xaml
│ │ │ InteractiveLinearGradientBrushExample.cs
│ │ │ InteractiveLinearGradientBrushExample.xaml
│ │ │ LinearGradientBrushAnimationExample.xaml
│ │ │ PointToStringConverter.cs
│ │ │ PredefinedBrushes.xaml
│ │ │ RadialGradientBrushAnimationExample.xaml
│ │ │ RadialGradientBrushExample.xaml
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ SolidcolorBrushSyntax.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─sampleimages
│ │ │ cherries.jpg
│ │ │ clouds.png
│ │ │ pinkcherries.jpg
│ │ │ steel.png
│ │ │ sunset.jpg
│ │ │
│ │ ├─samplemedia
│ │ │ xbox.wmv
│ │ │
│ │ └─sampleresources
│ │ toc.xml
│ │
│ ├─ClipRegion
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ClipExample.xaml
│ │ │ ClipRegion.csproj
│ │ │ README.md
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ scissors.jpg
│ │ waterlilies.jpg
│ │
│ ├─Converter
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Converter.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomBitmapEffect
│ │ │ App.config
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ CustomBitmapEffect.csproj
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DrawingBrush
│ │ │ AnimateGeometryDrawingExample.cs
│ │ │ AnimateGeometryDrawingExample.xaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DrawingBrush.csproj
│ │ │ DrawingBrushExample.cs
│ │ │ DrawingBrushExample.xaml
│ │ │ ImageBrushExample.cs
│ │ │ ImageDrawingExample.xaml
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ TransformExample.cs
│ │ │ TransformExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ apple.jpg
│ │ cherries.jpg
│ │ rippled_metal_smaller.png
│ │ sailboat.jpg
│ │ waterlilies.jpg
│ │
│ ├─Geometries
│ │ App.config
│ │ README.md
│ │
│ ├─Geometry
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CombiningGeometriesExample.cs
│ │ │ CombiningGeometriesExample.xaml
│ │ │ Geometry.csproj
│ │ │ GeometryAttributeSyntaxExample.cs
│ │ │ GeometryAttributeSyntaxExample.xaml
│ │ │ GeometryUsageExample.cs
│ │ │ GeometryUsageExample.xaml
│ │ │ PathGeometryExample.cs
│ │ │ PathGeometryExample.xaml
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ ShapeGeometriesExample.cs
│ │ │ ShapeGeometriesExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ bluetexture.png
│ │ waterlilies.jpg
│ │
│ ├─GIFEncoderAndDecoder
│ │ │ App.config
│ │ │ App.cs
│ │ │ EntryClass.cs
│ │ │ GIFEncoderAndDecoder.csproj
│ │ │ README.md
│ │ │ tulipfarm.gif
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ImageBrush
│ │ │ AlignmentExample.cs
│ │ │ alignmentexample.xaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ImageBrush.csproj
│ │ │ InteractiveExample.cs
│ │ │ InteractiveExample.xaml
│ │ │ PaintingWithImages.cs
│ │ │ PaintingWithImages.xaml
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ StretchModes.cs
│ │ │ StretchModes.xaml
│ │ │ TextFillsExample.cs
│ │ │ TextfillsExample.xaml
│ │ │ TileSizeExample.cs
│ │ │ TileSizeExample.xaml
│ │ │ TilingExample.cs
│ │ │ TilingExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ apple.jpg
│ │ bananas.jpg
│ │ bananas_small.jpg
│ │ berries.jpg
│ │ blueberries.jpg
│ │ butterfly.jpg
│ │ butterfly2.jpg
│ │ butterfly2_small.jpg
│ │ cherries.jpg
│ │ cherries_larger.jpg
│ │ gecko.jpg
│ │ greenglass.jpg
│ │ hummingbird.jpg
│ │ music.jpg
│ │ pinkcherries.jpg
│ │ purpleblock.jpg
│ │ rocks.jpg
│ │ square.jpg
│ │ sunset.jpg
│ │ triangle.jpg
│ │ tulips.jpg
│ │ waterlilies.jpg
│ │ watermelon.jpg
│ │
│ ├─ImageView
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ImageView.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ ├─mydata
│ │ │ blue hills.jpg
│ │ │ sunset.jpg
│ │ │ water lilies.jpg
│ │ │ winter.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─JPEGEncoderAndDecoder
│ │ │ App.config
│ │ │ App.cs
│ │ │ EntryClass.cs
│ │ │ JPEGEncoderAndDecoder.csproj
│ │ │ README.md
│ │ │ tulipfarm.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Matrix
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Matrix.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─OpacityMasking
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DrawingBrushExample.xaml
│ │ │ GradientBrushExample.xaml
│ │ │ ImageBrushExample.xaml
│ │ │ OpacityMasking.csproj
│ │ │ README.md
│ │ │ SampleViewer.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ tornedges.png
│ │ waterlilies.jpg
│ │
│ ├─PNGEncoderAndDecoder
│ │ │ App.config
│ │ │ App.cs
│ │ │ EntryClass.cs
│ │ │ PNGEncoderAndDecoder.csproj
│ │ │ README.md
│ │ │ smiley.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Point
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Point.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ShapeElements
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ EllipseExample.cs
│ │ │ EllipseExample.xaml
│ │ │ FillRuleExample.cs
│ │ │ FillRuleExample.xaml
│ │ │ LineCapsAndJoinsExample.cs
│ │ │ LinecapsAndJoinsExample.xaml
│ │ │ LineExample.cs
│ │ │ LineExample.xaml
│ │ │ MiterLimitExample.cs
│ │ │ MiterLimitExample.xaml
│ │ │ PathExample.cs
│ │ │ PathExample.xaml
│ │ │ PolygonExample.cs
│ │ │ PolygonExample.xaml
│ │ │ PolylineExample.cs
│ │ │ PolyLineExample.xaml
│ │ │ README.md
│ │ │ RectangleExample.cs
│ │ │ RectangleExample.xaml
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ ShapeElements.csproj
│ │ │ ShapeTypes.cs
│ │ │ ShapeTypes.xaml
│ │ │ StretchExample.cs
│ │ │ StretchExample.xaml
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─sampleimages
│ │ rippled_metal_smaller.png
│ │
│ ├─ShapesGallery
│ │ │ App.config
│ │ │ app.cs
│ │ │ EntryClass.cs
│ │ │ README.md
│ │ │ ShapesGallery.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SystemBrushesAndColors
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SystemBrushesAndColors.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─TIFFEncoderAndDecoder
│ │ │ App.config
│ │ │ App.cs
│ │ │ EntryClass.cs
│ │ │ README.md
│ │ │ TIFFEncoderAndDecoder.csproj
│ │ │ tulipfarm.tif
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Vector
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Vector.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─VisualBrush
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MagnifyingGlassExample.cs
│ │ │ MagnifyingGlassExample.xaml
│ │ │ PaintingWithVisuals.cs
│ │ │ PaintingWithVisuals.xaml
│ │ │ README.md
│ │ │ ReflectionExample.cs
│ │ │ ReflectionExample.xaml
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ VisualBrush.csproj
│ │ │
│ │ ├─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ ├─sampleimages
│ │ │ apple.jpg
│ │ │ bananas.jpg
│ │ │ bananas_small.jpg
│ │ │ berries.jpg
│ │ │ blueberries.jpg
│ │ │ butterfly.jpg
│ │ │ butterfly2.jpg
│ │ │ butterfly2_small.jpg
│ │ │ cherries.jpg
│ │ │ cherries_larger.jpg
│ │ │ gecko.jpg
│ │ │ greenglass.jpg
│ │ │ hummingbird.jpg
│ │ │ music.jpg
│ │ │ pinkcherries.jpg
│ │ │ purpleblock.jpg
│ │ │ rocks.jpg
│ │ │ square.jpg
│ │ │ sunset.jpg
│ │ │ triangle.jpg
│ │ │ tulips.jpg
│ │ │ waterlilies.jpg
│ │ │ watermelon.jpg
│ │ │
│ │ └─samplemedia
│ │ xbox.wmv
│ │
│ └─WDPEncoderAndDecoder
│ │ App.config
│ │ App.cs
│ │ EntryClass.cs
│ │ README.md
│ │ tulipfarm.jpg
│ │ tulipfarm.wdp
│ │ WDPEncoderAndDecoder.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Input and Commands
│ ├─CaptureUnCaptureMouse
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CaptureUnCaptureMouse.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CommandSourceControlUsingSystemTimer
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CommandSourceControlUsingSystemTimer.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SliderValueConverter.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CommandSourceControlWithDispatcherTimer
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CommandSourceControlWithDispatcherTimer.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SliderValueConverter.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CursorType
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CursorType.csproj
│ │ │ customcursor.cur
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomRoutedCommand
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CustomRoutedCommand.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─EditingCommands
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ EditingCommands.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─EventOnGainAndLooseFocus
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ EventOnGainAndLooseFocus.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HandlingEventOnCommand
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HandlingEventOnCommand.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HandlingEventOnCommandUsingCode
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HandlingEventOnCommandUsingCode.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ICommandSourceImplementation
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ commandslider.cs
│ │ │ FontDoubleValueConverter.cs
│ │ │ FontStringValueConverter.cs
│ │ │ ICommandSourceImplementation.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─KeyboardKey
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ KeyboardKey.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─KeyStrokeCounter
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ KeyStrokeCounter.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MousePointer
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MousePointer.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MouseState
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MouseState.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─MoveObjectWithMouse
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MoveObjectWithMouse.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ProgrammaticFocusControl
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ProgrammaticFocusControl.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─TouchKeyboard
│ │ TouchKBRegister.sln
│ │
│ ├─TouchKBRegister
│ │ │ App.config
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ LotsOfStacking.xaml
│ │ │ LotsOfStacking.xaml.cs
│ │ │ MenuChild.xaml
│ │ │ MenuChild.xaml.cs
│ │ │ MenuSibling.xaml
│ │ │ MenuSibling.xaml.cs
│ │ │ SxSDecorators.xaml
│ │ │ SxSDecorators.xaml.cs
│ │ │ TouchKBRegister.csproj
│ │ │
│ │ └─Properties
│ │ app.manifest
│ │ AssemblyInfo.cs
│ │
│ └─TouchKeyboardNotifier
│ │ CodeAnalysisDictionary.xml
│ │ InputPaneRcw.cs
│ │ Readme.md
│ │ TouchKeyboardAwareDecorator.cs
│ │ TouchKeyboardEventManager.cs
│ │ TouchKeyboardNotifier.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│
├─Migration and Interoperability
│ ├─AxControl
│ │ │ README.md
│ │ │ wmpaxcontrol.cs
│ │ │ wmpaxcontrol.designer.cs
│ │ │ wmpaxcontrol.resx
│ │ │ WPMAxLib.csproj
│ │ │
│ │ └─properties
│ │ assemblyinfo.cs
│ │
│ ├─HostingAxInXaml
│ │ │ app.config
│ │ │ app.xaml
│ │ │ app.xaml.cs
│ │ │ HostingAXinWPFWithXaml.csproj
│ │ │ README.md
│ │ │ window1.xaml
│ │ │ window1.xaml.cs
│ │ │
│ │ └─properties
│ │ assemblyinfo.cs
│ │ resources.designer.cs
│ │ resources.resx
│ │ settings.designer.cs
│ │ settings.settings
│ │
│ ├─HostingWfInWPF
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HostingWfInWPF.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HostingWfInWpfWithXaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HostingWfInWpfWithXaml.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HostingWfWithVisualStyles
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HostingWfWithVisualStyles.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HostingWpfUserControlInWf
│ │ │ ConeControl.xaml
│ │ │ ConeControl.xaml.cs
│ │ │ HostingWpfUserControlInWf.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HWNDInWPF
│ │ │ hwndinwpf.sln
│ │ │ README.md
│ │ │
│ │ ├─csharp
│ │ │ │ form1.cs
│ │ │ │ form1.designer.cs
│ │ │ │ form1.es-es.resx
│ │ │ │ form1.resx
│ │ │ │ localizingwpfinwf.csproj
│ │ │ │ program.cs
│ │ │ │ simplecontrol.xaml
│ │ │ │ simplecontrol.xaml.cs
│ │ │ │ simplecontrol0.xaml
│ │ │ │
│ │ │ └─properties
│ │ │ assemblyinfo.cs
│ │ │ resources.designer.cs
│ │ │ resources.resx
│ │ │ settings.designer.cs
│ │ │ settings.settings
│ │ │
│ │ ├─hwndInWPF
│ │ │ │ hwndinwpf.aps
│ │ │ │ hwndinwpf.cpp
│ │ │ │ hwndinwpf.rc
│ │ │ │ hwndinwpf.vcproj
│ │ │ │ hwndInWPF.vcxproj
│ │ │ │ hwndInWPF.vcxproj.filters
│ │ │ │ resource.h
│ │ │ │ small.ico
│ │ │ │ stdafx.cpp
│ │ │ │ stdafx.h
│ │ │ │ typicalwin32dialog.ico
│ │ │ │
│ │ │ └─Template
│ │ │ hwndInWPF.vcxprojResolveAssemblyReference.cache
│ │ │
│ │ └─wpfapplication1
│ │ │ app.config
│ │ │ myapp.xaml
│ │ │ myapp.xaml.cs
│ │ │ window1.xaml
│ │ │ wpfapplication1.csproj
│ │ │
│ │ └─properties
│ │ assemblyinfo.cs
│ │
│ ├─LocalizingWpfInWf
│ │ │ App.config
│ │ │ form1.cs
│ │ │ Form1.designer.cs
│ │ │ Form1.es-es.resx
│ │ │ Form1.resx
│ │ │ LocalizingWpfInWf.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ program.cs
│ │ │ README.md
│ │ │ SimpleControlA.cs
│ │ │ SimpleControlA.xaml
│ │ │ SimpleControlB.cs
│ │ │ SimpleControlB.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PropertyMappingWithElementHost
│ │ │ Form1.cs
│ │ │ Form1.designer.cs
│ │ │ Form1.resx
│ │ │ Program.cs
│ │ │ PropertyMappingWithElementHost.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PropertyMappingWithWfh
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PropertyMappingWithWfh.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─Win32Clock
│ │ │ README.md
│ │ │ win32clock.sln
│ │ │
│ │ ├─Win32CLOCK
│ │ │ resource.h
│ │ │ small.ico
│ │ │ stdafx.cpp
│ │ │ stdafx.h
│ │ │ win32clock.cpp
│ │ │ win32clock.h
│ │ │ win32clock.ico
│ │ │ win32clock.rc
│ │ │ win32clock.vcproj
│ │ │ win32clock.vcxproj
│ │ │ win32clock.vcxproj.filters
│ │ │
│ │ └─wpfclock
│ │ Clock.cs
│ │ clock.xaml
│ │ wpfclock.csproj
│ │
│ ├─Win32HostingWPFPage
│ │ │ readme.htm
│ │ │ README.md
│ │ │
│ │ └─cpp
│ │ resource.h
│ │ small.ico
│ │ stdafx.cpp
│ │ stdafx.h
│ │ win32hostingwpfpage.cpp
│ │ win32hostingwpfpage.h
│ │ win32hostingwpfpage.ico
│ │ win32hostingwpfpage.rc
│ │ win32hostingwpfpage.vcproj
│ │ win32hostingwpfpage.vcxproj
│ │ win32hostingwpfpage.vcxproj.filters
│ │ wpfpage.cpp
│ │ wpfpage.h
│ │
│ ├─WindowsFormsHostingWpfControl
│ │ │ README.md
│ │ │
│ │ ├─FormsApp
│ │ │ │ App.config
│ │ │ │ Form1.cs
│ │ │ │ Form1.Designer.cs
│ │ │ │ form1.resx
│ │ │ │ FormsApp.csproj
│ │ │ │ Program.cs
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─WPFControls
│ │ │ MyControl.cs
│ │ │ MyControl.xaml
│ │ │ MyControlEventArgs.cs
│ │ │ WPFControls.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │
│ ├─WPFHostingWin32Control
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ControlHost.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ WPFHostingWin32Control.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─WpfHostingWindowsFormsControl
│ │ │ README.md
│ │ │
│ │ ├─FormsControlLibrary
│ │ │ │ FormsControlLibrary.csproj
│ │ │ │ MyControl.cs
│ │ │ │ MyControlEventArgs.cs
│ │ │ │
│ │ │ └─Properties
│ │ │ AssemblyInfo.cs
│ │ │
│ │ └─WPFApp
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ WPFApp.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─WpfLayoutHostingWfWithXaml
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ WpfLayoutHostingWfWithXaml.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─WPFUserControlHost
│ │ │ App.config
│ │ │ Form1.cs
│ │ │ Form1.Designer.cs
│ │ │ Program.cs
│ │ │ README.md
│ │ │ WPFUserControlHost.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─WPFWithWFAndDatabinding
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ northwinddataset.designer.cs
│ │ northwinddataset.xsc
│ │ northwinddataset.xsd
│ │ northwinddataset.xss
│ │ README.md
│ │ WPFWithWFAndDatabinding.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─PerMonitorDPI
│ │ readme.md
│ │
│ ├─FormattedTextExample
│ │ │ App.config
│ │ │ app.manifest
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ FormattedTextExample.csproj
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ImageScaling
│ │ │ App.config
│ │ │ app.manifest
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ DpiAwareImage.cs
│ │ │ ImageDpiHelper.cs
│ │ │ ImageScaling.csproj
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ │
│ │ ├─images
│ │ │ MSFT_logo.scale-100.png
│ │ │ MSFT_logo.scale-200.png
│ │ │ MSFT_logo.scale-400.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─TextFormatting
│ │ │ App.config
│ │ │ app.manifest
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ CustomTextSource.cs
│ │ │ FontRendering.cs
│ │ │ GenericTextProperties.cs
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ │ TextFormatting.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─WinFormsHost
│ │ App.config
│ │ app.manifest
│ │ App.xaml
│ │ App.xaml.cs
│ │ LoginControl.cs
│ │ LoginControl.Designer.cs
│ │ LoginControl.resx
│ │ MainWindow.xaml
│ │ MainWindow.xaml.cs
│ │ WinFormsHostScaling.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Properties
│ ├─Callbacks
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Callbacks.csproj
│ │ │ Gauge.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomClassesWithDP
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ButtonColors.cs
│ │ │ CustomClassesWithDP.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Shirt.cs
│ │ │ ShirtColors.cs
│ │ │ ShirtTypes.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─RestoringDefaultValues
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ RestoringDefaultValues.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Resources
│ ├─ApplicationResources
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ApplicationResources.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DefiningResources
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DefiningResources.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─MergedResources
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ MergedResources.csproj
│ │ MyResourceDictionary1.xaml
│ │ MyResourceDictionary2.xaml
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Sample Applications
│ │ .DS_Store
│ │ WPF Application Samples.sln
│ │
│ ├─CalculatorDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ appicon.ico
│ │ │ CalculatorDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MyTextBox.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ConcentricRingsDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ConcentricRingsDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CubeAnimationDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CubeAnimationDemo.csproj
│ │ │ CubeAnimationDemo.csproj.user
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ TrackBall.cs
│ │ │
│ │ ├─Images
│ │ │ roundcornersheet.png
│ │ │ star.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─CustomComboBox
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ CustomComboBox.csproj
│ │ │ DropList.cs
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ │ MainWindowViewModel.cs
│ │ │ Movie.cs
│ │ │ Styles.xaml
│ │ │
│ │ ├─Converters
│ │ │ StringToStringAndColorConverter.cs
│ │ │
│ │ └─Properties
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DataBindingDemo
│ │ │ AddProductWindow.cs
│ │ │ AddProductWindow.xaml
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ AuctionItem.cs
│ │ │ Bid.cs
│ │ │ DataBindingDemo.csproj
│ │ │ DataBindingDemo.csproj.user
│ │ │ DateConverter.cs
│ │ │ FutureDateRule.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ProductCategory.cs
│ │ │ README.md
│ │ │ SpecialFeatures.cs
│ │ │ SpecialFeaturesConverter.cs
│ │ │ Styles.xaml
│ │ │ User.cs
│ │ │
│ │ └─Properties
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DropShadow
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DropShadow.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─EditingExaminerDemo
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CommandLine.cs
│ │ │ EditingExaminerDemo.csproj
│ │ │ InvokeType.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ ObjectItem.cs
│ │ │ README.md
│ │ │ ReflectionUtils.cs
│ │ │ Styles.xaml
│ │ │ TreeViewhelper.cs
│ │ │ XamlHelper.cs
│ │ │
│ │ └─Properties
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ExpenseIt
│ │ │ README.md
│ │ │
│ │ ├─EditBoxControlLibrary
│ │ │ │ EditBox.cs
│ │ │ │ EditboxAdorner.cs
│ │ │ │ EditBoxControlLibrary.csproj
│ │ │ │
│ │ │ ├─Properties
│ │ │ │ AssemblyInfo.cs
│ │ │ │ Resources.Designer.cs
│ │ │ │ Resources.resx
│ │ │ │ Settings.Designer.cs
│ │ │ │ Settings.settings
│ │ │ │
│ │ │ └─Themes
│ │ │ Generic.xaml
│ │ │
│ │ └─ExpenseItDemo
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CreateExpenseReportDialogBox.cs
│ │ │ CreateExpenseReportDialogBox.xaml
│ │ │ ExpenseItDemo.csproj
│ │ │ ExpenseReport.cs
│ │ │ LineItem.cs
│ │ │ LineItemCollection.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Styles.xaml
│ │ │ ViewChartWindow.cs
│ │ │ ViewChartWindow.xaml
│ │ │ Watermark.png
│ │ │
│ │ ├─Properties
│ │ │ Resources.Designer.cs
│ │ │ Resources.resx
│ │ │ Settings.Designer.cs
│ │ │ Settings.settings
│ │ │
│ │ └─Validation
│ │ EmailValidationrule.cs
│ │ NumberValidationrule.cs
│ │
│ ├─FontDialog
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FontChooser.cs
│ │ │ FontChooser.xaml
│ │ │ FontDialogDemo.csproj
│ │ │ FontFamilyListItem.cs
│ │ │ FontSizeListItem.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ NameDictionaryHelper.cs
│ │ │ README.md
│ │ │ TypefaceListItem.cs
│ │ │ TypographicFeatureListItem.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─GeometryDesignerDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ GeometryDesignerDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─GraphingCalculatorDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DrawAxisHelper.cs
│ │ │ GraphingCalculatorDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ Settings.cs
│ │ │ TrackBall.cs
│ │ │
│ │ ├─Parser
│ │ │ AddExpression.cs
│ │ │ BinaryExpression.cs
│ │ │ CannotDifferentiateException.cs
│ │ │ Cone.cs
│ │ │ ConstantExpression.cs
│ │ │ CosineExpression.cs
│ │ │ DivExpression.cs
│ │ │ Ellipsoid.cs
│ │ │ ExpExpression.cs
│ │ │ FunctionMesh.cs
│ │ │ FunctionParser.cs
│ │ │ FunctionParserException.cs
│ │ │ FunctionWireframeModel.cs
│ │ │ Horn.cs
│ │ │ IExpression.cs
│ │ │ InvalidExpressionException.cs
│ │ │ InvalidSyntaxException.cs
│ │ │ MultExpression.cs
│ │ │ NegateExpression.cs
│ │ │ OutOfTokensException.cs
│ │ │ PlaneXY.cs
│ │ │ SineExpression.cs
│ │ │ Sphere.cs
│ │ │ SubExpression.cs
│ │ │ TangentExpression.cs
│ │ │ Token.cs
│ │ │ Tokenizer.cs
│ │ │ TokenSet.cs
│ │ │ TokenType.cs
│ │ │ TrailingTokensException.cs
│ │ │ UnaryExpression.cs
│ │ │ UndefinedVariableException.cs
│ │ │ UnexpectedBehaviorException.cs
│ │ │ VariableExpression.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HexSphereDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ HexSphereDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ TrackBall.cs
│ │ │
│ │ ├─Images
│ │ │ roundcornersheet.png
│ │ │ star.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─HtmlToXamlDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CssStylesheet.cs
│ │ │ HtmlCSSParser.cs
│ │ │ HtmlEncodedTextWriter.cs
│ │ │ HtmlFromXamlConverter.cs
│ │ │ HtmlLexicalAnalyzer.cs
│ │ │ HtmlParser.cs
│ │ │ HtmlSchema.cs
│ │ │ HtmlTokenType.cs
│ │ │ HtmlToXamlConverter.cs
│ │ │ HtmlToXamlDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─LayoutTransitionsDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ LayoutToLayoutHost.cs
│ │ │ LayoutToLayoutTarget.cs
│ │ │ LayoutTransitionsDemo.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ParticlesDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Particle.cs
│ │ │ ParticlesDemo.csproj
│ │ │ ParticlesDemo.csproj.user
│ │ │ ParticleSystem.cs
│ │ │ ParticleSystemManager.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PhotoFlipperDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PhotoFlipperDemo.csproj
│ │ │ README.md
│ │ │ TrackBall.cs
│ │ │
│ │ ├─Images
│ │ │ pic_011.png
│ │ │ pic_012.png
│ │ │ pic_013.png
│ │ │ pic_014.png
│ │ │ pic_015.png
│ │ │ pic_016.png
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PhotoStoreDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ GreetingCard.cs
│ │ │ ImageFile.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ PhotoList.cs
│ │ │ PhotoStoreDemo.csproj
│ │ │ Print.cs
│ │ │ PrintBase.cs
│ │ │ PrintList.cs
│ │ │ PrintType.cs
│ │ │ PrintTypeList.cs
│ │ │ README.md
│ │ │ RubberbandAdorner.cs
│ │ │ Shirt.cs
│ │ │
│ │ ├─Photos
│ │ │ flower1.jpg
│ │ │ flower2.jpg
│ │ │ leaf1.jpg
│ │ │ leaf2.jpg
│ │ │ skyline.jpg
│ │ │ sunlight through sequoias.jpg
│ │ │ sunset.jpg
│ │ │ winter1.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─PhotoViewerDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ColorRepresentation.cs
│ │ │ CroppingAdorner.cs
│ │ │ ExifMetadata.cs
│ │ │ ExposureMode.cs
│ │ │ ExposureModeConverter.cs
│ │ │ ExposureTimeConverter.cs
│ │ │ FlashMode.cs
│ │ │ FocalLengthConverter.cs
│ │ │ LensApertureConverter.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Photo.cs
│ │ │ PhotoCollection.cs
│ │ │ PhotoSizeConverter.cs
│ │ │ PhotoViewer.cs
│ │ │ PhotoViewer.xaml
│ │ │ PhotoViewerDemo.csproj
│ │ │ README.md
│ │ │ WhiteBalanceMode.cs
│ │ │
│ │ ├─Images
│ │ │ market 031.jpg
│ │ │ market 032.jpg
│ │ │ market 034.jpg
│ │ │ market 039.jpg
│ │ │ market 040.jpg
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SlidePuzzleDemo
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Document.cs
│ │ │ Document.xaml
│ │ │ flower.jpg
│ │ │ FormContent.cs
│ │ │ FormContent.xaml
│ │ │ intro.wmv
│ │ │ MoveStatus.cs
│ │ │ Puzzle.cs
│ │ │ Puzzle.xaml
│ │ │ PuzzleCell.cs
│ │ │ PuzzleGrid.cs
│ │ │ PuzzleGrid.xaml
│ │ │ PuzzleLogic.cs
│ │ │ README.md
│ │ │ SlidePuzzleDemo.csproj
│ │ │ SpinningCube.cs
│ │ │ SpinningCube.xaml
│ │ │ table-bowl.jpg
│ │ │ VectorContent.cs
│ │ │ VectorContent.xaml
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─StickyNotesDemo
│ │ │ alarm3.png
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Dialog.cs
│ │ │ Email.cs
│ │ │ EmailDialog.cs
│ │ │ GenerateImageResources.cs
│ │ │ MailSettingsDialog.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ NativeMethods.cs
│ │ │ PropNames.cs
│ │ │ README.md
│ │ │ Splash.cs
│ │ │ StickyNotesDemo.csproj
│ │ │ Window2.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─VideoViewerDemo
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ MyVideo.cs
│ │ MyVideos.cs
│ │ README.md
│ │ VideoViewerDemo.csproj
│ │
│ ├─images
│ │ crystal.jpg
│ │ preview.png
│ │
│ ├─media
│ │ day7.wmv
│ │ msdn news.wmv
│ │ my xbox clip.wmv
│ │ the dotnet show.wmv
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Speech and Media
│ ├─MediaGallery
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MediaElementExample.cs
│ │ │ MediaElementExample.xaml
│ │ │ MediaGallery.csproj
│ │ │ MediaGallery.csproj.user
│ │ │ MediaTimelineExample.cs
│ │ │ MediaTimelineExample.xaml
│ │ │ MediaTimelinePlusAnimationExample.xaml
│ │ │ PositionConverter.cs
│ │ │ README.md
│ │ │ SampleViewer.cs
│ │ │ SampleViewer.xaml
│ │ │ SoundFromUserEventExample.xaml
│ │ │
│ │ ├─images
│ │ │ ui_next_d.gif
│ │ │ ui_pause.gif
│ │ │ ui_play.gif
│ │ │ ui_previous_d.gif
│ │ │ ui_resume.gif
│ │ │ ui_stop.gif
│ │ │
│ │ ├─media
│ │ │ bee.wmv
│ │ │ blues.wma
│ │ │ ringin.wav
│ │ │ xbox.wmv
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─UsingSpeech
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ UsingSpeech.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Styles & Templates
│ ├─AlternatingAppearanceOfItems
│ │ │ AlternatingAppearanceOfItems.csproj
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ Division.cs
│ │ │ League.cs
│ │ │ ListLeagueList.cs
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ Place.cs
│ │ │ Places.cs
│ │ │ README.md
│ │ │ Team.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─ContentControlStyle
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ ContentControlStyle.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─EventTriggers
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ EventTriggers.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─FindingElementsInTemplates
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ FindingElementsInTemplates.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─IntroToStylingAndTemplating
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ IntroToStylingAndTemplating.csproj
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ Photo.cs
│ │ PhotoList.cs
│ │ README.md
│ │
│ ├─images
│ │ flower1.jpg
│ │ flower2.jpg
│ │ leaf1.jpg
│ │ leaf2.jpg
│ │ winter1.jpg
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Threading
│ ├─MultiThreadingWebBrowser
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MultiThreadingWebBrowser.csproj
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─SingleThreadedApplication
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │ SingleThreadedApplication.csproj
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─UsingDispatcher
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ UsingDispatcher.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─Tools
│ ├─BamlReflector
│ │ │ .gitignore
│ │ │ BamlReflector.sln
│ │ │ README.md
│ │ │
│ │ ├─BamlReflector
│ │ │ app.manifest
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ BamlReflector.csproj
│ │ │ BamlReflectorContext.cs
│ │ │ NewDisassemblyCache.cs
│ │ │ ReferenceAssembly_VM.cs
│ │ │ Window1.xaml
│ │ │ Window1.xaml.cs
│ │ │
│ │ └─BamlTools
│ │ ApplicationResource.cs
│ │ AttributeInfoTableEntry.cs
│ │ BamlBinaryReader.cs
│ │ BamlFields.cs
│ │ BamlNodeStreamReader.cs
│ │ BamlRecords.cs
│ │ BamlResource.cs
│ │ BamlTools.csproj
│ │ DiagnosticWriter.cs
│ │ HexDumper.cs
│ │ KnownElements.cs
│ │ KnownProperties.cs
│ │ NewBamlDisassembler.cs
│ │ NullWrappingXamlReader.cs
│ │ NullXamlWriter.cs
│ │ OldBamlDisassembler.cs
│ │ TypeInfoTableEntry.cs
│ │ WrappingXamlReader.cs
│ │
│ └─LocBaml
│ │ BamlLocalizabilityByReflection.cs
│ │ commandline.cs
│ │ const.cs
│ │ DefaultAttributes.cs
│ │ InputBamlStreamList.cs
│ │ LICENSE.TXT
│ │ LocBaml.cs
│ │ LocBaml.csproj
│ │ ResourceGenerator.cs
│ │ ResourceTextReader.cs
│ │ ResourceTextWriter.cs
│ │ StringLoader.cs
│ │ TranslationDictionaries.cs
│ │
│ └─resources
│ StringTable.resText
│
├─Visual Layer
│ ├─CompositionTarget
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ CompositionTarget.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ ├─DrawingVisual
│ │ │ App.config
│ │ │ App.cs
│ │ │ App.xaml
│ │ │ DrawingVisual.csproj
│ │ │ MainWindow.cs
│ │ │ MainWindow.xaml
│ │ │ MyVisualHost.cs
│ │ │ README.md
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ │ Settings.settings
│ │
│ └─VisualsHitTesting
│ │ App.config
│ │ Form1.cs
│ │ Form1.Designer.cs
│ │ form1.resx
│ │ MyShape.cs
│ │ MyWindow.cs
│ │ Program.cs
│ │ README.md
│ │ VisualsHitTesting.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
└─Windows
├─CustomWindowUI
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ CustomWindowChrome.cs
│ │ CustomWindowChrome.xaml
│ │ CustomWindowUI.csproj
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─DialogBox
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ DialogBox.csproj
│ │ FindDialogBox.cs
│ │ FindDialogBox.xaml
│ │ FontDialogBox.cs
│ │ FontDialogBox.xaml
│ │ FontPropertyLists.cs
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ MarginsDialogBox.cs
│ │ MarginsDialogBox.xaml
│ │ MarginValidationRule.cs
│ │ README.md
│ │ TextFoundEventHandler.cs
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─MessageBox
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ MessageBox.csproj
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─NonRectangularWindow
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ NonRectangularWindow.csproj
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─NotificationIcon
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ NotificationIcon.csproj
│ │ NotifyIcon.ico
│ │ README.md
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─SaveWindowState
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ POINT.cs
│ │ README.md
│ │ RECT.cs
│ │ SaveWindowState.csproj
│ │ Windowplacement.cs
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─ShowWindowWithoutActivation
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ ChildWindow.cs
│ │ ChildWindow.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ ShowWindowWithoutActivation.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─WindowActivationAndDeactivation
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ numbers.wmv
│ │ README.md
│ │ WindowActivationAndDeactivation.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─WindowHiding
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ ChildWindow.cs
│ │ ChildWindow.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ WindowHiding.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
├─WindowSizingOrder
│ │ App.config
│ │ App.cs
│ │ App.xaml
│ │ MainWindow.cs
│ │ MainWindow.xaml
│ │ README.md
│ │ SizingWindow.cs
│ │ SizingWindow.xaml
│ │ WindowSizingOrder.csproj
│ │
│ └─Properties
│ AssemblyInfo.cs
│ Resources.Designer.cs
│ Resources.resx
│ Settings.Designer.cs
│ Settings.settings
│
└─Wizard
│ App.config
│ App.cs
│ App.xaml
│ MainWindow.cs
│ MainWindow.xaml
│ README.md
│ Wizard.csproj
│ WizardData.cs
│ WizardDialogBox.cs
│ WizardDialogBox.xaml
│ WizardLauncher.cs
│ WizardPage1.cs
│ WizardPage1.xaml
│ WizardPage2.cs
│ WizardPage2.xaml
│ WizardPage3.cs
│ WizardPage3.xaml
│ WizardResult.cs
│ WizardReturnEventArgs.cs
│ WizardReturnEventHandler.cs
│
└─Properties
AssemblyInfo.cs
Resources.Designer.cs
Resources.resx
Settings.Designer.cs
Settings.settings
评论